Saving multiple attachments in phpmyadmin [closed]
        Posted  
        
            by 
                Madiha
            
        on Programmers
        
        See other posts from Programmers
        
            or by Madiha
        
        
        
        Published on 2012-04-06T21:17:44Z
        Indexed on 
            2012/04/06
            23:39 UTC
        
        
        Read the original article
        Hit count: 286
        
php
|JavaScript
I am sending multiple attachments with an Email message. I am saving the Email message and Email Address in database (i.e., phpmyadmin).
Now i want to save the multiple attachments data i.e., Contents of file, Extension, Size and name of file , How can i do it. I am getting the size of file now by the following code in javascript:
     var  size = this.files[0].size;
I am a new in php, so any easy tutorials, and help you can specify.. Also i want all the Attachments (maximum 5) to be saved in one cell (i.e., FileContents) in database, same the extensions and sizes collective of all attachments in one cell (i.e., Extensions). Please any body to help
© Programmers or respective owner